GET api/v2/samples/NewAnalysisGroupsAnalysesWithoutLink?analysisGroupIds[0]={analysisGroupIds[0]}&analysisGroupIds[1]={analysisGroupIds[1]}&sampleTypeId={sampleTypeId}&sampleId={sampleId}&infoIds[0]={infoIds[0]}&infoIds[1]={infoIds[1]}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
analysisGroupIds | Collection of integer |
Required |
|
sampleTypeId | integer |
Required |
|
sampleId | integer |
Required |
|
infoIds | Collection of integer |
Required |
Response
DefaultResultName | Description | Type | Additional information |
---|---|---|---|
Success | boolean | ||
Messages | Collection of string | ||
DialogType | integer | ||
Data | Object |
Response Format
application/json, text/json
Sample:
{ "Success": true, "Messages": [ "sample string 1", "sample string 2" ], "DialogType": 1, "Data": {} }
text/html
Sample:
{"Success":true,"Messages":["sample string 1","sample string 2"],"DialogType":1,"Data":{}}